go/types.Selection.kind (field)

5 uses

	go/types (current package)
		selection.go#L41: 	kind     SelectionKind
		selection.go#L49: func (s *Selection) Kind() SelectionKind { return s.kind }
		selection.go#L61: 	switch s.kind {
		selection.go#L121: 	switch s.kind {
		selection.go#L136: 	if T := s.Type(); s.kind == FieldVal {